home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-05 | 34.6 KB | 1,306 lines |
- ; E! for Windows version 2.0
- ; Syntax Highlighting Definition file for C
- ; /////////////////////////////////////////
-
- ; C is case sensitive
-
- Case
-
- ; Comments
-
- Comment /* */
- Comment //
-
- ; To define constants, use a regular expression. The syntax is the same as
- ; described in the EW documentation.
-
- Const [1-9][0-9]@[uU]@[lL]@
- Const 0x[0-9a-fA-F]#[uU]@[lL]@
- Const 0[0-7]#[uU]@[lL]@
- Const 0[lL]
- Const 0
-
- ; String delimiters
-
- StringDelimiter "
- TokenDelimiters "',;.:*{}[]<>()=/+-#%|&!^~`
- EscapeChar \
-
- ; Language keywords
-
- Keyword asm
- Keyword _asm
- Keyword __asm
- Keyword auto
- Keyword __based
- Keyword break
- Keyword case
- Keyword cdecl
- Keyword __cdecl
- Keyword const
- Keyword continue
- Keyword default
- Keyword delete
- Keyword do
- Keyword else
- Keyword __export
- Keyword extern
- Keyword far
- Keyword __far
- Keyword __fastcall
- Keyword for
- Keyword __fortran
- Keyword goto
- Keyword huge
- Keyword __huge
- Keyword if
- Keyword __inline
- Keyword interrupt
- Keyword __interrupt
- Keyword __loadds
- Keyword near
- Keyword __near
- Keyword new
- Keyword operator
- Keyword pascal
- Keyword __pascal
- Keyword register
- Keyword return
- Keyword __saveregs
- Keyword __segment
- Keyword __segname
- Keyword __self
- Keyword sizeof
- Keyword static
- Keyword __stdcall
- Keyword switch
- Keyword __syscall
- Keyword template
- Keyword this
- Keyword typedef
- Keyword void
- Keyword volatile
- Keyword while
-
- ; Run-Time Library Functions (C Language)
- ; ---------------------------------------
- Function abort
- Function abs
- Function acos
- Function asctime
- Function asin
- Function assert
- Function atan
- Function atan2
- Function atexit
- Function atof
- Function atoi
- Function atol
- Function bdos
- Function bessel
- Function bsearch
- Function calloc
- Function ceil
- Function clearerr
- Function clock
- Function cos
- Function cosh
- Function ctime
- Function difftime
- Function div
- Function exit
- Function exp
- Function fabs
- Function fclose
- Function feof
- Function ferror
- Function fflush
- Function fgetc
- Function fgetpos
- Function fgets
- Function floor
- Function fmod
- Function fopen
- Function fprintf
- Function fputc
- Function fputs
- Function fread
- Function free
- Function freopen
- Function frexp
- Function fscanf
- Function fseek
- Function fsetpos
- Function ftell
- Function fwrite
- Function getc
- Function getch
- Function getchar
- Function getcwd
- Function getenv
- Function gets
- Function gmtime
- Function halloc
- Function int86
- Function isalnum
- Function isalpha
- Function iscntrl
- Function isdigit
- Function isgraph
- Function islower
- Function isprint
- Function ispunct
- Function isspace
- Function isupper
- Function isxdigit
- Function itoa
- Function j0
- Function j1
- Function jn
- Function labs
- Function ldexp
- Function ldiv
- Function localeconv
- Function localtime
- Function log
- Function log10
- Function longjmp
- Function ltoa
- Function malloc
- Function mblen
- Function mbstowcs
- Function mbtowc
- Function memchr
- Function memcmp
- Function memcpy
- Function memmove
- Function memset
- Function mktime
- Function modf
- Function outp
- Function perror
- Function pow
- Function printf
- Function putc
- Function putchar
- Function puts
- Function qsort
- Function raise
- Function rand
- Function realloc
- Function remove
- Function rename
- Function rewind
- Function scanf
- Function setbuf
- Function setjmp
- Function setjmp
- Function setlocale
- Function setvbuf
- Function signal
- Function sin
- Function sinh
- Function sprintf
- Function sprintv
- Function sqrt
- Function srand
- Function sscanf
- Function strcat
- Function strchr
- Function strcmp
- Function strcoll
- Function strcpy
- Function strcspn
- Function strerror
- Function strftime
- Function strlen
- Function strncat
- Function strncmp
- Function strncpy
- Function strpbrk
- Function strrchr
- Function strspn
- Function strstr
- Function strtod
- Function strtok
- Function strtol
- Function strtoul
- Function strxfrm
- Function system
- Function tan
- Function tanh
- Function time
- Function tmpfile
- Function tmpnam
- Function tolower
- Function toupper
- Function ungetc
- Function va_arg
- Function va_end
- Function va_start
- Function vfprintf
- Function vprint
- Function vprintf
- Function vsprintf
- Function wcstombs
- Function wctomb
- Function y0
- Function y1
- Function yn
- Function _access
- Function _alloca
- Function _arc
- Function _atold
- Function _bcalloc
- Function _bdos
- Function _bexpand
- Function _bfree
- Function _bfreeseg
- Function _bheapadd
- Function _bheapchk
- Function _bheapmin
- Function _bheapseg
- Function _bheapset
- Function _bheapwalk
- Function _bios_disk
- Function _bios_equiplist
- Function _bios_keybrd
- Function _bios_memsize
- Function _bios_printer
- Function _bios_serialcom
- Function _bios_timeofday
- Function _bmalloc
- Function _bmsize
- Function _brealloc
- Function _c_exit
- Function _cabs
- Function _cexit
- Function _cgets
- Function _chain_intr
- Function _chdir
- Function _chdrive
- Function _chmod
- Function _chsize
- Function _clear87
- Function _clearscreen
- Function _close
- Function _commit
- Function _control87
- Function _cprintf
- Function _cputs
- Function _creat
- Function _cscanf
- Function _dieeetomsbin
- Function _disable
- Function _displaycursor
- Function _dmsbintoieee
- Function _dos_allocmem
- Function _dos_close
- Function _dos_commit
- Function _dos_creat
- Function _dos_creatnew
- Function _dos_findfirst
- Function _dos_findnext
- Function _dos_freemem
- Function _dos_getdate
- Function _dos_getdiskfree
- Function _dos_getdrive
- Function _dos_getfileattr
- Function _dos_getftime
- Function _dos_gettime
- Function _dos_getvect
- Function _dos_keep
- Function _dos_open
- Function _dos_read
- Function _dos_setblock
- Function _dos_setdate
- Function _dos_setdrive
- Function _dos_setfileattr
- Function _dos_setftime
- Function _dos_settime
- Function _dos_setvect
- Function _dos_write
- Function _dosexterr
- Function _dup
- Function _dup2
- Function _ecvt
- Function _ellipse
- Function _enable
- Function _eof
- Function _execl
- Function _execle
- Function _execlp
- Function _execlpe
- Function _execv
- Function _execve
- Function _execvp
- Function _execvpe
- Function _exit
- Function _expand
- Function _fatexit
- Function _fcalloc
- Function _fcloseall
- Function _fcvt
- Function _fdopen
- Function _fexpand
- Function _ffree
- Function _fgetchar
- Function _fheapchk
- Function _fheapmin
- Function _fheapset
- Function _fheapwalk
- Function _fieeetomsbin
- Function _filelength
- Function _fileno
- Function _floodfill
- Function _flushall
- Function _fmalloc
- Function _fmemccpy
- Function _fmemchr
- Function _fmemcmp
- Function _fmemcpy
- Function _fmemicmp
- Function _fmemmove
- Function _fmemset
- Function _fmsbintoieee
- Function _fmsize
- Function _fonexit
- Function _FP_OFF
- Function _FP_SEG
- Function _fpreset
- Function _fputchar
- Function _frealloc
- Function _freect
- Function _fsopen
- Function _fstat
- Function _fstrcat
- Function _fstrcmp
- Function _fstrcpy
- Function _fstrncat
- Function _fstrncmp
- Function _fstrncpy
- Function _ftime
- Function _fullpath
- Function _fwopen
- Function _gcvt
- Function _getactivepage
- Function _getarcinfo
- Function _getbkcolor
- Function _getch
- Function _getche
- Function _getcolor
- Function _getcurrentposition
- Function _getcwd
- Function _getdcwd
- Function _getdrive
- Function _getfillmask
- Function _getfontinfo
- Function _getgtextextent
- Function _getgtextvector
- Function _getimage
- Function _getlinestyle
- Function _getphyscoord
- Function _getpid
- Function _getpixel
- Function _gettextcolor
- Function _gettextcursor
- Function _gettextposition
- Function _gettextwindow
- Function _getvideoconfig
- Function _getviewcoord
- Function _getvisualpage
- Function _getw
- Function _getwindowcoord
- Function _getwritemode
- Function _grstatus
- Function _harderr
- Function _hardresume
- Function _hardretn
- Function _heapadd
- Function _heapchk
- Function _heapmin
- Function _heapset
- Function _heapwalk
- Function _hfree
- Function _hypot
- Function _imagesize
- Function _inp
- Function _inpw
- Function _int86
- Function _int86x
- Function _intdos
- Function _intdosx
- Function _isatty
- Function _iscsym
- Function _iscsymf
- Function _itoa
- Function _kbhit
- Function _lfind
- Function _lineto
- Function _locking
- Function _lrotl
- Function _lrotr
- Function _lsearch
- Function _lseek
- Function _ltoa
- Function _makepath
- Function _matherr
- Function _memavl
- Function _memccpy
- Function _memicmp
- Function _memmax
- Function _mkdir
- Function _mktemp
- Function _movedata
- Function _moveto
- Function _msize
- Function _ncalloc
- Function _nexpand
- Function _nfree
- Function _nheapchk
- Function _nheapmin
- Function _nheapset
- Function _nheapwalk
- Function _nmalloc
- Function _nmsize
- Function _nrealloc
- Function _onexit
- Function _open
- Function _outgtext
- Function _outmem
- Function _outp
- Function _outpw
- Function _outtext
- Function _pg_analyzechart
- Function _pg_analyzechartms
- Function _pg_analyzepie
- Function _pg_analyzescatter
- Function _pg_analyzescatterms
- Function _pg_chart
- Function _pg_chartms
- Function _pg_chartpie
- Function _pg_chartscatter
- Function _pg_chartscatterms
- Function _pg_defaultchart
- Function _pg_getchardef
- Function _pg_getpalette
- Function _pg_getstyleset
- Function _pg_hlabelchart
- Function _pg_initchart
- Function _pg_resetpalette
- Function _pg_resetstyleset
- Function _pg_setchardef
- Function _pg_setpalette
- Function _pg_setstyleset
- Function _pg_vlabelchart
- Function _pie
- Function _polygon
- Function _putch
- Function _putenv
- Function _putimage
- Function _putw
- Function _read
- Function _rectangle
- Function _registerfonts
- Function _remapallpalette
- Function _remappalette
- Function _rmdir
- Function _rmtmp
- Function _rotl
- Function _rotr
- Function _scrolltextwindow
- Function _searchenv
- Function _segread
- Function _selectpalette
- Function _setactivepage
- Function _setbkcolor
- Function _setcliprgn
- Function _setcolor
- Function _setfillmask
- Function _setfont
- Function _setgtextvector
- Function _setlinestyle
- Function _setmode
- Function _setpixel
- Function _settextcolor
- Function _settextcursor
- Function _settextposition
- Function _settextrows
- Function _settextwindow
- Function _setvideomode
- Function _setvideomoderows
- Function _setvieworg
- Function _setviewport
- Function _setvisualpage
- Function _setwindow
- Function _setwritemode
- Function _snprintf
- Function _snprintf
- Function _sopen
- Function _spawnl
- Function _spawnle
- Function _spawnlp
- Function _spawnlpe
- Function _spawnv
- Function _spawnve
- Function _spawnvp
- Function _spawnvpe
- Function _splitpath
- Function _stackavail
- Function _stat
- Function _status87
- Function _strcmpi
- Function _strdate
- Function _strdup
- Function _strerror
- Function _stricmp
- Function _strlwr
- Function _strnicmp
- Function _strnset
- Function _strrev
- Function _strset
- Function _strtime
- Function _strtold
- Function _strupr
- Function _swab
- Function _tell
- Function _tempnam
- Function _tolower
- Function _toupper
- Function _tzset
- Function _ultoa
- Function _umask
- Function _ungetch
- Function _unlink
- Function _unregisterfonts
- Function _utime
- Function _vfree
- Function _vheapinit
- Function _vheapterm
- Function _vload
- Function _vlock
- Function _vlockcnt
- Function _vmalloc
- Function _vmsize
- Function _vrealloc
- Function _vsnprintf
- Function _vunlock
- Function _wabout
- Function _wclose
- Function _wgetexit
- Function _wgetfocus
- Function _wgetscreenbuf
- Function _wgetsize
- Function _wmenuclick
- Function _wopen
- Function _wrapon
- Function _write
- Function _wsetexit
- Function _wsetfocus
- Function _wsetscreenbuf
- Function _wsetsize
- Function _wyield
- Function __isascii
- Function __max
- Function __min
- Function __toascii
-
- ; User Defined tokens (set #1) - We use this group to assign a color
- ; to the standard C types
-
- UserFunc1 char
- UserFunc1 class
- UserFunc1 double
- UserFunc1 enum
- UserFunc1 float
- UserFunc1 int
- UserFunc1 long
- UserFunc1 short
- UserFunc1 signed
- UserFunc1 struct
- UserFunc1 union
- UserFunc1 unsigned
-
- ; User Defined tokens (set #2)
- ; Preprocessor directives
-
- UserFunc2 define
- UserFunc2 defined
- UserFunc2 elif
- UserFunc2 else
- UserFunc2 endif
- UserFunc2 error
- UserFunc2 if
- UserFunc2 ifdef
- UserFunc2 ifndef
- UserFunc2 include
- UserFunc2 line
- UserFunc2 pragma
- UserFunc2 undef
-
- ; User Defined tokens (set #3)
- ; Defined Types
-
- UserFunc3 FILE
- UserFunc3 clock_t
- UserFunc3 fpos_t
- UserFunc3 jmp_buf
- UserFunc3 ptrdiff_t
- UserFunc3 sig_atomic_t
- UserFunc3 size_t
- UserFunc3 time_t
- UserFunc3 va_list
- UserFunc3 _vmhnd_t
- UserFunc3 wchar_t
-
- ; User Defined tokens (set #4)
- ; Windows API
-
- UserFunc4 'GetObject
- UserFunc4 AccessResource
- UserFunc4 AddAtom
- UserFunc4 AddFontResource
- UserFunc4 AdjustWindowRectEx
- UserFunc4 AdjustWindowRect
- UserFunc4 AllocDStoCSAlias
- UserFunc4 AllocResource
- UserFunc4 AllocSelector
- UserFunc4 AnimatePalette
- UserFunc4 AnsiLower
- UserFunc4 AnsiLowerBuff
- UserFunc4 AnsiNext
- UserFunc4 AnsiPrev
- UserFunc4 AnsiToOemBuff
- UserFunc4 AnsiToOem
- UserFunc4 AnsiUpperBuff
- UserFunc4 AnsiUpper
- UserFunc4 AnyPopup
- UserFunc4 AppendMenu
- UserFunc4 Arc
- UserFunc4 ArrangeIconicWindows
- UserFunc4 BeginDeferWindowPos
- UserFunc4 BeginPaint
- UserFunc4 BitBlt
- UserFunc4 BringWindowToTop
- UserFunc4 BuildCommDCB
- UserFunc4 CallMsgFilter
- UserFunc4 Catch
- UserFunc4 ChangeClipboardChain
- UserFunc4 ChangeMenu
- UserFunc4 ChangeSelector
- UserFunc4 CheckDlgButton
- UserFunc4 CheckMenuItem
- UserFunc4 CheckRadioButton
- UserFunc4 ChildWindowFromPoint
- UserFunc4 Chord
- UserFunc4 ClearCommBreak
- UserFunc4 ClientToScreen
- UserFunc4 ClipCursor
- UserFunc4 CloseClipboard
- UserFunc4 CloseComm
- UserFunc4 CloseMetaFile
- UserFunc4 CloseSound
- UserFunc4 CloseWindow
- UserFunc4 CombineRgn
- UserFunc4 CopyMetaFile
- UserFunc4 CopyRect
- UserFunc4 CountClipboardFormats
- UserFunc4 CountVoiceNotes
- UserFunc4 CreateBitmap
- UserFunc4 CreateBitmapIndirect
- UserFunc4 CreateBrushIndirect
- UserFunc4 CreateCaret
- UserFunc4 CreateCompatibleBitmap
- UserFunc4 CreateCompatibleDC
- UserFunc4 CreateCursor
- UserFunc4 CreateDC
- UserFunc4 CreateDIBitmap
- UserFunc4 CreateDIBPatternBrush
- UserFunc4 CreateDiscardableBitmap
- UserFunc4 CreateEllipticRgn
- UserFunc4 CreateEllipticRgnIndirect
- UserFunc4 CreateFont
- UserFunc4 CreateFontIndirect
- UserFunc4 CreateHatchBrush
- UserFunc4 CreateIC
- UserFunc4 CreateIcon
- UserFunc4 CreateMenu
- UserFunc4 CreateMetaFile
- UserFunc4 CreatePalette
- UserFunc4 CreatePatternBrush
- UserFunc4 CreatePenIndirect
- UserFunc4 CreatePen
- UserFunc4 CreatePolygonRgn
- UserFunc4 CreatePolyPolygonRgn
- UserFunc4 CreatePopupMenu
- UserFunc4 CreateRectRgnIndirect
- UserFunc4 CreateRectRgn
- UserFunc4 CreateRoundRectRgn
- UserFunc4 CreateSolidBrush
- UserFunc4 CreateWindow
- UserFunc4 CreateWindowEx
- UserFunc4 DebugBreak
- UserFunc4 DefDlgProc
- UserFunc4 DeferWindowPos
- UserFunc4 DefFrameProc
- UserFunc4 DefMDIChildProc
- UserFunc4 DefWindowProc
- UserFunc4 DeleteAtom
- UserFunc4 DeleteDC
- UserFunc4 DeleteMenu
- UserFunc4 DeleteMetaFile
- UserFunc4 DeleteObject
- UserFunc4 DestroyCaret
- UserFunc4 DestroyCursor
- UserFunc4 DestroyIcon
- UserFunc4 DestroyMenu
- UserFunc4 DestroyWindow
- UserFunc4 DispatchMessage
- UserFunc4 DlgDirListComboBox
- UserFunc4 DlgDirList
- UserFunc4 DlgDirSelect
- UserFunc4 DlgDirSelectComboBox
- UserFunc4 DPtoLP
- UserFunc4 DrawFocusRect
- UserFunc4 DrawIcon
- UserFunc4 DrawMenuBar
- UserFunc4 DrawText
- UserFunc4 Ellipse
- UserFunc4 EmptyClipboard
- UserFunc4 EnableHardwareInput
- UserFunc4 EnableMenuItem
- UserFunc4 EnableWindow
- UserFunc4 EndDeferWindowPos
- UserFunc4 EndDialog
- UserFunc4 EndPaint
- UserFunc4 EnumClipboardFormats
- UserFunc4 EqualRect
- UserFunc4 EqualRgn
- UserFunc4 Escape
- UserFunc4 EscapeCommFunction
- UserFunc4 ExcludeClipRect
- UserFunc4 ExcludeUpdateRgn
- UserFunc4 ExitWindows
- UserFunc4 ExtFloodFill
- UserFunc4 ExtTextOut
- UserFunc4 FatalExit
- UserFunc4 FillRect
- UserFunc4 FillRgn
- UserFunc4 FindAtom
- UserFunc4 FindResource
- UserFunc4 FindWindow
- UserFunc4 FlashWindow
- UserFunc4 FloodFill
- UserFunc4 FlushComm
- UserFunc4 FrameRect
- UserFunc4 FrameRgn
- UserFunc4 FreeModule
- UserFunc4 Free
- UserFunc4 FreeResource
- UserFunc4 FreeSelector
- UserFunc4 GetActiveWindow
- UserFunc4 GetAspectRatioFilter
- UserFunc4 GetAsyncKeyState
- UserFunc4 GetAtomHandle
- UserFunc4 GetAtomName
- UserFunc4 GetBitmapBits
- UserFunc4 GetBitmapDimension
- UserFunc4 GetBkColor
- UserFunc4 GetBkMode
- UserFunc4 GetBrushOrg
- UserFunc4 GetCapture
- UserFunc4 GetCaretBlinkTime
- UserFunc4 GetCaretPos
- UserFunc4 GetCharWidth
- UserFunc4 GetClassLong
- UserFunc4 GetClassName
- UserFunc4 GetClassWord
- UserFunc4 GetClientRect
- UserFunc4 GetClipboardData
- UserFunc4 GetClipboardViewer
- UserFunc4 GetClipboardFormatName
- UserFunc4 GetClipboardOwner
- UserFunc4 GetClipBox
- UserFunc4 GetCommEventMask
- UserFunc4 GetCommState
- UserFunc4 GetCurrentPDB
- UserFunc4 GetCurrentPosition
- UserFunc4 GetCurrentTask
- UserFunc4 GetCurrentTime
- UserFunc4 GetCursorPos
- UserFunc4 GetDCOrg
- UserFunc4 GetDC
- UserFunc4 GetDesktopHwnd
- UserFunc4 GetDesktopWindow
- UserFunc4 GetDeviceCaps
- UserFunc4 GetDialogBaseUnits
- UserFunc4 GetDIBits
- UserFunc4 GetDlgCtrlID
- UserFunc4 GetDlgItemInt
- UserFunc4 GetDlgItem
- UserFunc4 GetDlgItemText
- UserFunc4 GetDOSEnvironment
- UserFunc4 GetDoubleClickTime
- UserFunc4 GetDriveType
- UserFunc4 GetEnvironment
- UserFunc4 GetFocus
- UserFunc4 GetFreeSpace
- UserFunc4 GetInputState
- UserFunc4 GetInstanceData
- UserFunc4 GetKBCodePage
- UserFunc4 GetKeyboardType
- UserFunc4 GetKeyboardState
- UserFunc4 GetKeyNameText
- UserFunc4 GetKeyState
- UserFunc4 GetLastActivePopup
- UserFunc4 GetMapMode
- UserFunc4 GetMenuCheckMarkDimensions
- UserFunc4 GetMenuItemCount
- UserFunc4 GetMenuItemID
- UserFunc4 GetMenuState
- UserFunc4 GetMenu
- UserFunc4 GetMenuString
- UserFunc4 GetMessagePos
- UserFunc4 GetMessageTime
- UserFunc4 GetMessage
- UserFunc4 GetMetaFileBits
- UserFunc4 GetMetaFile
- UserFunc4 GetModuleFileName
- UserFunc4 GetModuleHandle
- UserFunc4 GetModuleUsage
- UserFunc4 GetNearestColor
- UserFunc4 GetNearestPaletteIndex
- UserFunc4 GetNextDlgGroupItem
- UserFunc4 GetNextDlgTabItem
- UserFunc4 GetNextWindow
- UserFunc4 GetNumTasks
- UserFunc4 GetObjectGDI
- UserFunc4 GetPaletteEntries
- UserFunc4 GetParent
- UserFunc4 GetPixel
- UserFunc4 GetPolyFillMode
- UserFunc4 GetPriorityClipboardFormat
- UserFunc4 GetPrivateProfileInt
- UserFunc4 GetPrivateProfileString
- UserFunc4 GetProcAddress
- UserFunc4 GetProfileInt
- UserFunc4 GetProfileString
- UserFunc4 GetProp
- UserFunc4 GetRgnBox
- UserFunc4 GetROP2
- UserFunc4 GetScrollPos
- UserFunc4 GetScrollRange
- UserFunc4 GetStockObject
- UserFunc4 GetStretchBltMode
- UserFunc4 GetSubMenu
- UserFunc4 GetSysColor
- UserFunc4 GetSysModalWindow
- UserFunc4 GetSystemDirectory
- UserFunc4 GetSystemMenu
- UserFunc4 GetSystemMetrics
- UserFunc4 GetSystemPaletteEntries
- UserFunc4 GetSystemPaletteUse
- UserFunc4 GetTabbedTextExtent
- UserFunc4 GetTempDrive
- UserFunc4 GetTempFileName
- UserFunc4 GetTextAlign
- UserFunc4 GetTextCharacterExtra
- UserFunc4 GetTextColor
- UserFunc4 GetTextExtent
- UserFunc4 GetTextFace
- UserFunc4 GetTextMetrics
- UserFunc4 GetThresholdEvent
- UserFunc4 GetThresholdStatus
- UserFunc4 GetTickCount
- UserFunc4 GetTopWindow
- UserFunc4 GetUpdateRect
- UserFunc4 GetUpdateRgn
- UserFunc4 GetVersion
- UserFunc4 GetViewportExt
- UserFunc4 GetViewportOrg
- UserFunc4 GetWindowDC
- UserFunc4 GetWindowExt
- UserFunc4 GetWindowLong
- UserFunc4 GetWindowOrg
- UserFunc4 GetWindowRect
- UserFunc4 GetWindowsDirectory
- UserFunc4 GetWindow
- UserFunc4 GetWindowTask
- UserFunc4 GetWindowTextLength
- UserFunc4 GetWindowText
- UserFunc4 GetWindowWord
- UserFunc4 GetWinFlags
- UserFunc4 GlobalAddAtom
- UserFunc4 GlobalAlloc
- UserFunc4 GlobalCompact
- UserFunc4 GlobalDeleteAtom
- UserFunc4 GlobalFindAtom
- UserFunc4 GlobalFix
- UserFunc4 GlobalFlags
- UserFunc4 GlobalFree
- UserFunc4 GlobalGetAtomName
- UserFunc4 GlobalHandle
- UserFunc4 GlobalLock
- UserFunc4 GlobalLRUNewest
- UserFunc4 GlobalLRUOldest
- UserFunc4 GlobalPageLock
- UserFunc4 GlobalPageUnlock
- UserFunc4 GlobalReAlloc
- UserFunc4 GlobalSize
- UserFunc4 GlobalUnfix
- UserFunc4 GlobalUnlock
- UserFunc4 GlobalUnlock
- UserFunc4 GlobalUnWire
- UserFunc4 GlobalWire
- UserFunc4 HideCaret
- UserFunc4 HiliteMenuItem
- UserFunc4 InflateRect
- UserFunc4 InitAtomTable
- UserFunc4 InSendMessage
- UserFunc4 InsertMenu
- UserFunc4 IntersectClipRect
- UserFunc4 IntersectRect
- UserFunc4 InvalidateRect
- UserFunc4 InvalidateRgn
- UserFunc4 InvertRect
- UserFunc4 InvertRgn
- UserFunc4 IsCharAlpha
- UserFunc4 IsCharAlphaNumeric
- UserFunc4 IsCharLower
- UserFunc4 IsCharUpper
- UserFunc4 IsChild
- UserFunc4 IsClipboardFormatAvailable
- UserFunc4 IsDialogMessage
- UserFunc4 IsDlgButtonChecked
- UserFunc4 IsIconic
- UserFunc4 IsRectEmpty
- UserFunc4 IsWindowEnabled
- UserFunc4 IsWindow
- UserFunc4 IsWindowVisible
- UserFunc4 IsZoomed
- UserFunc4 KillTimer
- UserFunc4 lclose
- UserFunc4 lcreat
- UserFunc4 LimitEmsPages
- UserFunc4 LineTo
- UserFunc4 llseek
- UserFunc4 LoadAccelerators
- UserFunc4 LoadBitmap
- UserFunc4 Load
- UserFunc4 LoadCursor
- UserFunc4 LoadIcon
- UserFunc4 LoadMenuIndirect
- UserFunc4 LoadMenu
- UserFunc4 LoadModule
- UserFunc4 LoadResource
- UserFunc4 LoadString
- UserFunc4 LocalAlloc
- UserFunc4 LocalCompact
- UserFunc4 LocalFlags
- UserFunc4 LocalFree
- UserFunc4 LocalHandle
- UserFunc4 LocalInit
- UserFunc4 LocalLock
- UserFunc4 LocalReAlloc
- UserFunc4 LocalShrink
- UserFunc4 LocalSize
- UserFunc4 LocalUnlock
- UserFunc4 LockResource
- UserFunc4 LockSegment
- UserFunc4 lopen
- UserFunc4 LPtoDP
- UserFunc4 lread
- UserFunc4 lstrcat
- UserFunc4 lstrcmp
- UserFunc4 lstrcmpi
- UserFunc4 lstrcpy
- UserFunc4 lstrlen
- UserFunc4 lwrite
- UserFunc4 MapDialogRect
- UserFunc4 MapVirtualKey
- UserFunc4 MessageBeep
- UserFunc4 MessageBox
- UserFunc4 ModifyMenu
- UserFunc4 MoveTo
- UserFunc4 MoveWindow
- UserFunc4 MulDiv
- UserFunc4 OemKeyScan
- UserFunc4 OemToAnsiBuff
- UserFunc4 OemToAnsi
- UserFunc4 OffsetClipRgn
- UserFunc4 OffsetRect
- UserFunc4 OffsetRgn
- UserFunc4 OffsetViewportOrg
- UserFunc4 OffsetWindowOrg
- UserFunc4 OpenClipboard
- UserFunc4 OpenComm
- UserFunc4 OpenFile
- UserFunc4 OpenIcon
- UserFunc4 OpenSound
- UserFunc4 OutputDebugString
- UserFunc4 PaintRgn
- UserFunc4 PatBlt
- UserFunc4 PeekMessage
- UserFunc4 Pie
- UserFunc4 PlayMetaFileRecord
- UserFunc4 PlayMetaFile
- UserFunc4 Polygon
- UserFunc4 Polyline
- UserFunc4 PolyPolygon
- UserFunc4 PostAppMessage
- UserFunc4 PostMessage
- UserFunc4 PostQuitMessage
- UserFunc4 ProfClear
- UserFunc4 ProfFinish
- UserFunc4 ProfFlush
- UserFunc4 ProfInsChk
- UserFunc4 ProfSampRate
- UserFunc4 ProfSetup
- UserFunc4 ProfStart
- UserFunc4 ProfStop
- UserFunc4 PtInRect
- UserFunc4 PtInRegion
- UserFunc4 PtVisible
- UserFunc4 ReadComm
- UserFunc4 RealizePalette
- UserFunc4 Rectangle
- UserFunc4 RectInRegion
- UserFunc4 RectVisible
- UserFunc4 RegisterClipboardFormat
- UserFunc4 RegisterWindowMessage
- UserFunc4 ReleaseCapture
- UserFunc4 ReleaseDC
- UserFunc4 RemoveFontResource
- UserFunc4 RemoveMenu
- UserFunc4 RemoveProp
- UserFunc4 ReplyMessage
- UserFunc4 ResizePalette
- UserFunc4 RestoreDC
- UserFunc4 RoundRect
- UserFunc4 SaveDC
- UserFunc4 ScaleViewportExt
- UserFunc4 ScaleWindowExt
- UserFunc4 ScreenToClient
- UserFunc4 ScrollDC
- UserFunc4 ScrollWindow
- UserFunc4 SelectClipRgn
- UserFunc4 SelectObject
- UserFunc4 SelectPalette
- UserFunc4 SendDlgItemMessage
- UserFunc4 SendMessage
- UserFunc4 SetActiveWindow
- UserFunc4 SetBitmapBits
- UserFunc4 SetBitmapDimension
- UserFunc4 SetBkColor
- UserFunc4 SetBkMode
- UserFunc4 SetBrushOrg
- UserFunc4 SetCapture
- UserFunc4 SetCaretBlinkTime
- UserFunc4 SetCaretPos
- UserFunc4 SetClassLong
- UserFunc4 SetClassWord
- UserFunc4 SetClipboardData
- UserFunc4 SetClipboardViewer
- UserFunc4 SetCommBreak
- UserFunc4 SetCommEventMask
- UserFunc4 SetCommState
- UserFunc4 SetCursorPos
- UserFunc4 SetCursor
- UserFunc4 SetDIBitsToDevice
- UserFunc4 SetDIBits
- UserFunc4 SetDlgItemInt
- UserFunc4 SetDlgItemText
- UserFunc4 SetDoubleClickTime
- UserFunc4 SetEnvironment
- UserFunc4 SetErrorMode
- UserFunc4 SetFocus
- UserFunc4 SetHandleCount
- UserFunc4 SetKeyboardState
- UserFunc4 SetMapMode
- UserFunc4 SetMapperFlags
- UserFunc4 SetMenu
- UserFunc4 SetMenuItemBitmaps
- UserFunc4 SetMessageQueue
- UserFunc4 SetMetaFileBits
- UserFunc4 SetPaletteEntries
- UserFunc4 SetParent
- UserFunc4 SetPixel
- UserFunc4 SetPolyFillMode
- UserFunc4 SetProp
- UserFunc4 SetRect
- UserFunc4 SetRectEmpty
- UserFunc4 SetRectRgn
- UserFunc4 SetROP2
- UserFunc4 SetScrollPos
- UserFunc4 SetScrollRange
- UserFunc4 SetSoundNoise
- UserFunc4 SetStretchBltMode
- UserFunc4 SetSwapAreaSize
- UserFunc4 SetSysColors
- UserFunc4 SetSysModalWindow
- UserFunc4 SetSystemPaletteUse
- UserFunc4 SetTextAlign
- UserFunc4 SetTextCharacterExtra
- UserFunc4 SetTextColor
- UserFunc4 SetTextJustification
- UserFunc4 SetViewportExt
- UserFunc4 SetViewportOrg
- UserFunc4 SetVoiceAccent
- UserFunc4 SetVoiceEnvelope
- UserFunc4 SetVoiceNote
- UserFunc4 SetVoiceQueueSize
- UserFunc4 SetVoiceSound
- UserFunc4 SetVoiceThreshold
- UserFunc4 SetWindowExt
- UserFunc4 SetWindowLong
- UserFunc4 SetWindowOrg
- UserFunc4 SetWindowPos
- UserFunc4 SetWindowText
- UserFunc4 SetWindowWord
- UserFunc4 ShowCaret
- UserFunc4 ShowCursor
- UserFunc4 ShowOwnedPopups
- UserFunc4 ShowScrollBar
- UserFunc4 ShowWindow
- UserFunc4 SizeofResource
- UserFunc4 StartSound
- UserFunc4 StopSound
- UserFunc4 StretchBlt
- UserFunc4 StretchDIBits#
- UserFunc4 SwapMouseButton
- UserFunc4 SwapRecording
- UserFunc4 SwitchStackBack
- UserFunc4 SwitchStackTo
- UserFunc4 SyncAllVoices
- UserFunc4 TabbedTextOut
- UserFunc4 TextOut
- UserFunc4 Throw
- UserFunc4 ToAscii
- UserFunc4 TrackPopupMenu
- UserFunc4 TranslateMDISysAccel
- UserFunc4 TranslateAccelerator
- UserFunc4 TranslateMessage
- UserFunc4 TransmitCommChar
- UserFunc4 UngetCommChar
- UserFunc4 UnionRect
- UserFunc4 UnlockResource
- UserFunc4 UnlockSegment
- UserFunc4 UnrealizeObject
- UserFunc4 UnregisterClass
- UserFunc4 UpdateColors
- UserFunc4 UpdateWindow
- UserFunc4 ValidateCodeSegments
- UserFunc4 ValidateFreeSpaces
- UserFunc4 ValidateRect
- UserFunc4 ValidateRgn
- UserFunc4 VkKeyScan
- UserFunc4 WaitMessage
- UserFunc4 WaitSoundState
- UserFunc4 WindowFromPoint
- UserFunc4 WinExec
- UserFunc4 WinHelp
- UserFunc4 WriteProfileString
- UserFunc4 WriteComm
- UserFunc4 WritePrivateProfileString
- UserFunc4 wvsprintf
- UserFunc4 Yield
-
- ;Windows 3.1 specific APIs
-
- UserFunc5 AbortDoc
- UserFunc5 CallNextHookEx
- UserFunc5 CloseDriver
- UserFunc5 CopyCursor
- UserFunc5 CopyIcon
- UserFunc5 CopyLZFile
- UserFunc5 CreateScalableFontResource
- UserFunc5 DebugOutput
- UserFunc5 DefDriverProc
- UserFunc5 DlgDirSelectComboBoxEx
- UserFunc5 DlgDirSelectEx
- UserFunc5 DragAcceptFiles
- UserFunc5 DragFinish
- UserFunc5 DragQueryFile
- UserFunc5 DragQueryPoint
- UserFunc5 EnableCommNotification
- UserFunc5 EndDocAPI
- UserFunc5 EndPage
- UserFunc5 ExitWindowsExec
- UserFunc5 GetAspectRatioFilterEx
- UserFunc5 GetBitmapDimensionEx
- UserFunc5 GetBoundsRect
- UserFunc5 GetBrushOrgEx
- UserFunc5 GetCharABCWidths
- UserFunc5 GetClipCursor
- UserFunc5 GetCurrentPositionEx
- UserFunc5 GetCursor
- UserFunc5 GetDCEx
- UserFunc5 GetDriverInfo
- UserFunc5 GetDriverModuleHandle
- UserFunc5 GetExpandedName
- UserFunc4 GetFileTitle
- UserFunc5 GetFontData
- UserFunc5 GetFreeSystemResources
- UserFunc5 GetGlyphOutline
- UserFunc5 GetKerningPairs
- UserFunc5 GetMessageExtraInfo
- UserFunc5 GetNextDriver
- UserFunc5 GetOpenClipboardWindow
- UserFunc5 GetOutlineTextMetrics
- UserFunc5 GetQueueStatus
- UserFunc5 GetRasterizerCaps
- UserFunc5 GetSystemDebugState
- UserFunc5 GetTextExtentPoint
- UserFunc5 GetViewportExtEx
- UserFunc5 GetViewportOrgEx
- UserFunc5 GetWinDebugInfo
- UserFunc5 GetWindowExtEx
- UserFunc5 GetWindowOrgEx
- UserFunc5 GetWindowPlacement
- UserFunc5 IsBadReadPtr
- UserFunc5 IsBadStringPtr
- UserFunc5 IsBadWritePtr
- UserFunc5 IsDBCSLeadByte
- UserFunc5 IsMenu
- UserFunc5 IsTask
- UserFunc5 LockInput
- UserFunc5 LockWindowUpdate
- UserFunc5 LogError
- UserFunc5 lstrcpyn
- UserFunc5 LZClose
- UserFunc5 LZCopy
- UserFunc5 LZDone
- UserFunc5 LZInit
- UserFunc5 LZOpenFile
- UserFunc5 LZRead
- UserFunc5 LZSeek
- UserFunc5 LZStart
- UserFunc5 MapWindowPoints
- UserFunc5 MoveToEx
- UserFunc5 OffsetViewportOrgEx
- UserFunc5 OffsetWindowOrgEx
- UserFunc5 OpenDriver
- UserFunc5 QuerySendMessage
- UserFunc5 RedrawWindow
- UserFunc5 ScaleViewportExtEx
- UserFunc5 ScaleWindowExtEx
- UserFunc5 ScrollWindowEx
- UserFunc5 SendDriverMessage
- UserFunc5 SetBitmapDimensionEx
- UserFunc5 SetBoundsRect
- UserFunc5 SetMetaFileBitsBetter
- UserFunc5 SetViewportExtEx
- UserFunc5 SetViewportOrgEx
- UserFunc5 SetWinDebugInfo
- UserFunc5 SetWindowExtEx
- UserFunc5 SetWindowOrgEx
- UserFunc5 SetWindowPlacement
- UserFunc5 SpoolFile
- UserFunc5 StartDoc
- UserFunc5 StartPage
- UserFunc5 SystemParametersInfo
- UserFunc5 UnhookWindowsHookEx
- UserFunc5 WNetAddConnection
- UserFunc5 WNetCancelConnection
- UserFunc5 WNetGetConnection
-